Bubble chart with X and Y labels of string type [closed]
Posted
by
MrGenius
on Stack Overflow
See other posts from Stack Overflow
or by MrGenius
Published on 2012-04-18T20:26:00Z
Indexed on
2012/09/04
21:38 UTC
Read the original article
Hit count: 515
I have a scenario where I need to display how many males, females and Unspecified are there from City1, City2, City3, etc.
I am trying to use bubble chart for this. So I want to display this chart with y axis showing Male, Female and Unspecified as Y axis labels and City1, City2,City3 as X axis labels. The actual count being displayed as a square bubble on the chart.
This is little urgent. I could not locate any similar sample on MS documentation too.
Edit: How to use the bubble chart to display genders on the y axis and cities on the x axis?
© Stack Overflow or respective owner